home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- puppetSound(0)
- updateStage()
- set the visible of sprite 18 to 0
- repeat with x = 20 to 26
- set the visible of sprite x to 0
- end repeat
- end
-
- on idle
- if not soundBusy(1) then
- puppetSound("interview")
- end if
- end
-
- on prepareMovie
- global idioma
- if idioma = "french" then
- set the fileName of castLib "idiomas" to the pathName & "french.cst"
- else
- if idioma = "deutch" then
- set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
- else
- set the fileName of castLib "idiomas" to the pathName & "english.cst"
- end if
- end if
- end
-